home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSprite(12, 1)
- set the memberNum of sprite 12 to the number of member "W-AZ DOWN.PICT"
- updateStage()
- puppetSound("Squishy")
- end
-
- on mouseUp
- global rootpath
- set the memberNum of sprite 12 to the number of member "W-AZ UP.PICT"
- updateStage()
- puppetSprite(12, 1)
- SetReturn()
- delay(60)
- puppetSprite(12, 0)
- unloadMember(member "WATER DOWN.PICT", "Squishy")
- if the machineType = 256 then
- alert("To launch demo, run CYBERDEM.EXE in IQDIGIZINE CD-ROM folder: DEMOS\AZ.")
- else
- alert("Sorry, this demo does not run on Macintosh computers.")
- end if
- end
-